CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - memory dll

搜索资源列表

  1. drivers2

    0下载:
  2. 通过编写驱动,可以读写任意地址的内存内容,进而可以修改系统DLL的功能-Through the development driver, you can read and write the contents of arbitrary memory addresses and thus can modify the system DLL functions
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:9312
    • 提供者:bohaifeng
  1. WTM

    0下载:
  2. a simple demo program uses NATIVE APIs ( that is , from NTDLL.DLL, espicially NtQuerySystemInformation API) good to learn how to use NATIVE APIs this demo shows current memory usage, pageing status and freedisk space.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:234221
    • 提供者:jackal
  1. FastShareMem

    0下载:
  2. * Shared Memory Allocator for Delphi DLL s * Features: * No runtime dll required. * No performance degradation. * Faster than ShareMem/Borlndmm.dll.-* Shared Memory Allocator for Delphi DLL s * Features: * No runtime dll required.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:3486
    • 提供者:xJernej
  1. cpudll

    0下载:
  2. delphi写的一个可以读取当前CPU使用率与内存使用率的DLL。 调用CPUusage读取CPU使用率,返回值是double 调用GetMemoryUsage读取内存使用率,返回值是double-delphi write one can read the current CPU utilization and memory usage of the DLL. Call CPUusage read the CPU utilization, the return value is doub
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:38073
    • 提供者:王俊
  1. tmd

    0下载:
  2. Themida/Winlicense version 1.x/2.x dumper/fixer.v2.6.0-// Themida/Winlicense version 1.x/2.x dumper/fixer by Seek n Destroy // // The scr ipt is XP only, VISTA has a different stack antidump. // // // If you don t use VM (heap & stack)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-27
    • 文件大小:198866
    • 提供者:jackhao
  1. windows2008

    0下载:
  2. Windows程序设计巅峰之作,新版涵盖Windows Vista和Windows Server 2008最新核心特性,Windows程序员迈向卓越的必由之路。   本书是Windows程序设计领域广受推崇的圣经级著作。书中深入剖析了Windows程序员必须掌握的底层实现机理,通过大量贴近实战、精心编写的代码,详细阐述了Windows的各种基本要素。如字符和字符串、内核对象、进程、作业、线程、纤程、内存管理、DLL和异常处理等。 这里是windows 核心编程2008版各章节
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-21
    • 文件大小:6469348
    • 提供者:wangxt
  1. VBcontrolHardware

    0下载:
  2. VB没有提供直接访问低层硬件的控件和方法,一度给对访问硬件感兴趣的编程者带来不便。目前我们可从网上搜索到支持低层硬件访问的DLL和ActiveX控件,通过它们可读写存储器单元、端口,甚至控制硬件中断。下面通过两个利用DLL和ActiveX控件示例介绍VB对低层硬件的 访问控制-VB does not provide direct access to low-level hardware control and methods, once to the right to access the ha
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:124808
    • 提供者:笨笨
  1. KeybdHook.

    0下载:
  2. 一个十分完整的键盘钩子示例,适合初学者学习,DLL和EXE通讯使用了自定义消息以及共享内存。-A very complete example of the keyboard hook, suitable for beginners to learn, DLL and EXE communications using a custom message, as well as shared memory.
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:41122
    • 提供者:张鲁夺
  1. Raptatorial

    0下载:
  2. 软件介绍:本软件能监视Ms Word的运行(如果你愿意,可以设成对电脑全面监控),并且能自动保存屏幕内容,可以自己设置图像压缩比,存储位置等。一些参数用ini文件存放。 为了尽量减少内存的使用,一些功能用dll封装。本软件的开发语言:delphi 7.0,操作系统:winXp(sp1)。没有用到第三方控件.我已经在98,2000下做过测试,运行顺利。 本软件运行之后能注册系统热键,请按下热键Ctrl+Alt+B弹出设置参数对话框,或者结束本软件的运行,初始密码为空。 -Softwar
  3. 所属分类:Remote Control

    • 发布日期:2017-03-30
    • 文件大小:683773
    • 提供者:wugsan178
  1. upx

    0下载:
  2. 海盗远程控制1.2 说明 特性: 服务端不但能插入IE进程穿防火墙,又可选随意插系统目录的文件,不用生成DLL文件,无驱动隐藏,内存占用少。 适用于Windows 2000/XP/2003 不支持9x-Viking Remote Control 1.2 Descr iption Features: server will not only into the process of wear IE firewall, also free to insert an opt
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-10
    • 文件大小:1613058
    • 提供者:jslwei
  1. jbhfb

    0下载:
  2. 很久没写与工作无关的代码了。这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,所以就-Not related to work for a long time I did not write the code. This is a cut-off packages and contracting of small tools (used ws_32.dll and hook techniques,
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-27
    • 文件大小:281821
    • 提供者:aileen42003
  1. DC

    0下载:
  2. 《易语言》把Dc绘画 封装成一个 类 外加之前发过的 SkinH_EL.dll内存加载多加了几个函数-Dc painting the package into a class of hair off before additional memory load more SkinH_EL.dll several functions
  3. 所属分类:Windows编程

    • 发布日期:2017-04-02
    • 文件大小:354708
    • 提供者:twtybai
  1. 20104168347999

    0下载:
  2. 第一种:使用Winsock控件(MSWINSCK.OCX),这种方法目前是最好的,占用资源少,速度快且不会出错。第二种:使用Microsoft Internet Transfer 控件(MSINET.OCX),这个需要延时判断,在执行上一个请求的时候再次获取会出错(不过可以自己加入判断)。 第三种:使用Microsoft Internet Control控件(IeFrame.dll),这个方法因为使用了IE内核,很吃内存,一个小程序,内存暴涨一百KB,而且还无法销毁占用内存,由于因为微软的关
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:19554
    • 提供者:金波
  1. WINDOWSpart1

    0下载:
  2. 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。 -This book is the Windows operating system to explain the internal mechanisms of monog
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-21
    • 文件大小:6446013
    • 提供者:xieshangxu
  1. WINDOWSpart2

    0下载:
  2. 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。 -This book is the Windows operating system to explain the internal mechanisms of monog
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6267056
    • 提供者:xieshangxu
  1. WINDOWSpart3

    0下载:
  2. 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。 -This book is the Windows operating system to explain the internal mechanisms of monog
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:7005967
    • 提供者:xieshangxu
  1. WINDOWSpart4

    0下载:
  2. 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。 -This book is the Windows operating system to explain the internal mechanisms of monog
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7261190
    • 提供者:xieshangxu
  1. VideoMonitor

    0下载:
  2. 屏幕录像程序,性能好,暂用内存和CPU很少,封装为Dll程序,可供其它程序调用。值得研究-Screen video program, performance, temporary memory and CPU with very little packaging as Dll program, call for other programs. Worthy of study
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3680998
    • 提供者:黄文彬
  1. WINDOWScoredesign

    1下载:
  2. windows核心编程,本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等-windows-core programming, this book is to explain the internal mechanism of Windows operating system, monographs, from the basic concept of comprehensive and syste
  3. 所属分类:software engineering

    • 发布日期:2017-06-17
    • 文件大小:26988952
    • 提供者:张凌霄
  1. MemoryModule

    0下载:
  2. Run a dll from memory with this
  3. 所属分类:Applications

    • 发布日期:2017-04-08
    • 文件大小:4495
    • 提供者:JOGK
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »
搜珍网 www.dssz.com